home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PNMCAT.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  68 lines

  1.  
  2.  
  3. pnmcat(1)                  Unix Programmer's Manual                  pnmcat(1)
  4.  
  5.  
  6. NAME
  7.      pnmcat - concatenate portable anymaps
  8.  
  9. SYNOPSIS
  10.      pnmcat [-white|-black] -leftright|-lr  [-jtop|-jbottom]  pnmfile  pnmfile
  11.                                                               -------  -------
  12.      ...
  13.      pnmcat [-white|-black] -topbottom|-tb  [-jleft|-jright]  pnmfile  pnmfile
  14.                                                               -------  -------
  15.      ...
  16.  
  17. DESCRIPTION
  18.      Reads portable anymaps as input.  Concatenates them either left to  right
  19.      or top to bottom, and produces a portable anymap as output.
  20.  
  21. OPTIONS
  22.  
  23.      If the anymaps are not all the same height (left-right)  or  width  (top-
  24.      bottom),  the  smaller  ones  have  to be justified with the largest.  By
  25.      default, they get centered, but you can specify one  side  or  the  other
  26.      with one of the -j* flags.  So, -topbottom -jleft would stack the anymaps
  27.      on top of each other, flush with the left edge.
  28.  
  29.      The -white and -black flags specify what color to  use  to  fill  in  the
  30.      extra  space when doing this justification.  If neither is specified, the
  31.      program makes a guess.
  32.  
  33.      All flags can be abbreviated to their shortest unique prefix.
  34.  
  35. SEE ALSO
  36.      pnm(5)
  37.  
  38. AUTHOR
  39.      Copyright (C) 1989 by Jef Poskanzer.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                                 12 March 1989                                1
  67.  
  68.